home *** CD-ROM | disk | FTP | other *** search
/ Aminet 23 / Aminet 23 (1998)(GTI - Schatztruhe)[!][Feb 1998].iso / Aminet / dev / e / ECTv100.readme < prev    next >
Text File  |  1998-01-05  |  2KB  |  56 lines

  1. Short:    The First(?) E Case Tool !!!
  2. Author:   df21893@einstein.cc.fc.ul.pt
  3. Uploader: df21893@einstein.cc.fc.ul.pt
  4. Type:     dev/e
  5.  
  6.  
  7.  
  8.       As you surely know, the Amiga_E is a case sensitive programming 
  9. language so E-Case Tool (ECT) born (a long, long time ago), because I
  10. would like to type in Amiga_E always in lower case, since I was very lazy
  11. to keep hitting always the [Shift] key 8-) .
  12.  
  13.       So, ECT tries to make the Amiga_E case insensitive ...
  14.       What does this means ??
  15.  
  16.  
  17.       Well, it allows you to write code like this :
  18.  
  19.             proc main()
  20.             writef('boo !')
  21.             endproc
  22.  
  23.       and it will be translated by magic in to the E standard :
  24.  
  25.             PROC main()
  26.             WriteF('boo !')
  27.             ENDPROC
  28.  
  29. Wow ! Isn't that amasing ?! Just like in AMOSPro and other languages which
  30. come with an editor that does the above job !
  31.  
  32. Requirements:
  33. ------------
  34.  
  35.    · The Amiga_E programming language 
  36.  
  37.    · And an Amiga computer 8-)
  38.  
  39.  
  40.    At the moment, ECT v1.0ß need OS 2.xx or higher to run. If you need 1.3 
  41. compatibility, contact me.
  42.  
  43.  
  44. ============================= Archive contents =============================
  45.  
  46. Original  Packed Ratio    Date     Time    Name
  47. -------- ------- ----- --------- --------  -------------
  48.      628     250 60.1% 24-Dec-97 16:00:28  ECTv1.00.info
  49.     9356    4722 49.5% 24-Dec-97 15:26:06 +ECT
  50.     8865    3797 57.1% 24-Dec-97 15:37:08 +ECT.guide
  51.      464     225 51.5% 24-Dec-97 16:03:50 +ECT.guide.info
  52.     1081     603 44.2% 24-Dec-97 15:54:38 +ECTv100.readme
  53.     1075     375 65.1% 24-Dec-97 15:37:22 +MAGAZINES.READTHIS!!
  54. -------- ------- ----- --------- --------
  55.    21469    9972 53.5% 27-Dec-97 18:59:46   6 files
  56.